Fixing gtk_cell_area_box_focus().
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 4 Dec 2010 12:49:44 +0000 (21:49 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 4 Dec 2010 12:49:44 +0000 (21:49 +0900)
commit1d3961b34258a7a8c97ca12993220554369fccb1
treec111bcf0af47a9f8218a9d213bc988fc1fd341a5
parentc4eff8b6b070f854b511ae3788e09179f067b446
Fixing gtk_cell_area_box_focus().

the ->focus() method was getting mixed up when more than
one cell was in the same group (not aligned), added the
proper check to break out of the loop on time.
gtk/gtkcellareabox.c